Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

pointeman1

@pointeman1
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with .Net's NamedPipeServerStream and NamedPipeClientStream
    P pointeman1

    Q. Did you ever figure this out? I'm trying to build a chat using NamedPipeServerStream & NamedPipeClientStream..

    Visual Basic csharp sysadmin security help question

  • Regular Expression Date Time Nightmare!
    P pointeman1

    I cannot regex this: date=2008-04-06,time=08:54:55 to equal this: 2008-04-06 08:54:55 So far I have this code, but still no good... (?<=date=)\d{4}-\d{1,2}-\d{1,2}(?=,)(?<=time=)\d{1,2}:\d{1,2}:\d{1,2} These two work seperately like this: (?<=date=)\d{4}-\d{1,2}-\d{1,2}(?=,) = 2008-04-06 (?<=time=)\d{1,2}:\d{1,2}:\d{1,2} = 08:54:55 but I cannot seem to get this result: 2008-04-06 08:54:55 or 2008-04-06,08:54:55 Help...

    IT & Infrastructure regex help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups