Click here to Skip to main content
15,797,672 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
Question[SOLVED] C Code Parsing Pin
Richard Andrew x645-Sep-12 17:03
professionalRichard Andrew x645-Sep-12 17:03 
AnswerRe: C Code Parsing Pin
Peter_in_27805-Sep-12 17:45
professionalPeter_in_27805-Sep-12 17:45 
GeneralRe: C Code Parsing Pin
Richard Andrew x646-Sep-12 11:09
professionalRichard Andrew x646-Sep-12 11:09 
QuestionRename File Name Help Pin
toikken5-Aug-12 19:56
toikken5-Aug-12 19:56 
AnswerRe: Rename File Name Help Pin
Bernhard Hiller6-Aug-12 0:11
Bernhard Hiller6-Aug-12 0:11 
GeneralRe: Rename File Name Help Pin
toikken6-Aug-12 16:05
toikken6-Aug-12 16:05 
GeneralRe: Rename File Name Help Pin
Bernhard Hiller6-Aug-12 21:24
Bernhard Hiller6-Aug-12 21:24 
QuestionSwap two values based on pattern Pin
biop.codeproject2-Aug-12 18:19
biop.codeproject2-Aug-12 18:19 
To cut down the detail, here is my input:

[char](15)
[varchar](23)

So the first field is a square bracket '[', a string and a close bracket ']'. Next is a regular bracket '(', a number, and a close bracket ')'.

I want to use Emacs to replace so here is the result:

15 char
23 varchar

So take out all those bracket or square bracket. Number goes first, a space and the string.

How to do it? I know how to swap values, but adding the pattern of string, I don't know.
AnswerRe: Swap two values based on pattern Pin
Peter_in_27802-Aug-12 20:02
professionalPeter_in_27802-Aug-12 20:02 
GeneralRe: Swap two values based on pattern Pin
biop.codeproject3-Aug-12 0:43
biop.codeproject3-Aug-12 0:43 
GeneralRe: Swap two values based on pattern Pin
Peter_in_27803-Aug-12 1:08
professionalPeter_in_27803-Aug-12 1:08 
GeneralRe: Swap two values based on pattern Pin
biop.codeproject5-Aug-12 17:09
biop.codeproject5-Aug-12 17:09 
GeneralRe: Swap two values based on pattern Pin
biop.codeproject5-Aug-12 18:12
biop.codeproject5-Aug-12 18:12 
GeneralRe: Swap two values based on pattern Pin
Peter_in_27805-Aug-12 18:59
professionalPeter_in_27805-Aug-12 18:59 
QuestionRegEx Problem Pin
Kevin Marois19-Jun-12 13:12
professionalKevin Marois19-Jun-12 13:12 
AnswerRe: RegEx Problem Pin
AspDotNetDev19-Jun-12 13:34
protectorAspDotNetDev19-Jun-12 13:34 
GeneralRe: RegEx Problem Pin
AspDotNetDev19-Jun-12 13:52
protectorAspDotNetDev19-Jun-12 13:52 
GeneralRe: RegEx Problem Pin
Kevin Marois19-Jun-12 14:02
professionalKevin Marois19-Jun-12 14:02 
AnswerRe: RegEx Problem Pin
AspDotNetDev19-Jun-12 14:35
protectorAspDotNetDev19-Jun-12 14:35 
Questioncan someone tell me whats wrong with this expression? Pin
ChekGuy29-Apr-12 12:48
ChekGuy29-Apr-12 12:48 
AnswerRe: can someone tell me whats wrong with this expression? Pin
egenis29-Apr-12 20:22
egenis29-Apr-12 20:22 
AnswerRe: can someone tell me whats wrong with this expression? Pin
Peter_in_278029-Apr-12 20:46
professionalPeter_in_278029-Apr-12 20:46 
QuestionEither start or not a "d" Pin
Bernhard Hiller6-Mar-12 1:50
Bernhard Hiller6-Mar-12 1:50 
AnswerRe: Either start or not a "d" Pin
Bernhard Hiller6-Mar-12 3:02
Bernhard Hiller6-Mar-12 3:02 
QuestionTrying to match non-quoted sections Pin
PIEBALDconsult24-Jan-12 5:30
professionalPIEBALDconsult24-Jan-12 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.