Click here to Skip to main content
15,881,882 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
GeneralRe: Matching a string. Pin
Septimus Hedgehog19-Aug-13 23:04
Septimus Hedgehog19-Aug-13 23:04 
QuestionHelp wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 3:17
Septimus Hedgehog31-Jul-13 3:17 
AnswerRe: Help wanted with regex format. Pin
Richard Deeming31-Jul-13 3:47
mveRichard Deeming31-Jul-13 3:47 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 3:53
Septimus Hedgehog31-Jul-13 3:53 
AnswerRe: Help wanted with regex format. Pin
OriginalGriff31-Jul-13 4:10
mveOriginalGriff31-Jul-13 4:10 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 4:34
Septimus Hedgehog31-Jul-13 4:34 
GeneralRe: Help wanted with regex format. Pin
OriginalGriff31-Jul-13 4:40
mveOriginalGriff31-Jul-13 4:40 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 5:15
Septimus Hedgehog31-Jul-13 5:15 
OG, the background is I've been assigned the wonderful job of localising the strings in our app. In total, we have about 23,000 split over several projects. I'm using an extractor tool called lingobit and it lets you put in filters to eliminate specific strings. Once I've harvested the strings and the regex format you run the scan and it discards all strings that match the regex. In theory, you are then left with the strings to be localised and it will assign names to them and change the code while creating the resx file. There are a number of projects to be converted. Once I've eliminated the strings we don't want to convert I can then reuse the regex pattern on another project and add any additional patterns as I go along.

In effect then, the regex string is input to a third-party app. It just takes a while to harvest all the things that musn't be converted. Frown | :(
If there is one thing more dangerous than getting between a bear and her cubs it's getting between my wife and her chocolate.

GeneralRe: Help wanted with regex format. Pin
Bernhard Hiller31-Jul-13 22:26
Bernhard Hiller31-Jul-13 22:26 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 23:58
Septimus Hedgehog31-Jul-13 23:58 
GeneralRe: Help wanted with regex format. Pin
Bernhard Hiller1-Aug-13 20:39
Bernhard Hiller1-Aug-13 20:39 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog1-Aug-13 22:16
Septimus Hedgehog1-Aug-13 22:16 
GeneralRe: Help wanted with regex format. Pin
ExcellentOrg6-Aug-13 19:07
ExcellentOrg6-Aug-13 19:07 
GeneralRe: Help wanted with regex format. Pin
OriginalGriff31-Jul-13 4:41
mveOriginalGriff31-Jul-13 4:41 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 5:18
Septimus Hedgehog31-Jul-13 5:18 
GeneralRe: Help wanted with regex format. Pin
Septimus Hedgehog31-Jul-13 20:17
Septimus Hedgehog31-Jul-13 20:17 
QuestionRegular Expression to allow combination of character with digits only Pin
pal8913-Feb-13 17:58
pal8913-Feb-13 17:58 
AnswerRe: Regular Expression to allow combination of character with digits only Pin
Sandeep Mewara13-Feb-13 18:55
mveSandeep Mewara13-Feb-13 18:55 
AnswerRe: Regular Expression to allow combination of character with digits only Pin
T Chandra Prakash28-Feb-13 19:08
T Chandra Prakash28-Feb-13 19:08 
AnswerRe: Regular Expression to allow combination of character with digits only Pin
OriginalGriff28-Feb-13 21:39
mveOriginalGriff28-Feb-13 21:39 
AnswerRe: Regular Expression to allow combination of character with digits only Pin
Richard Deeming1-Mar-13 1:25
mveRichard Deeming1-Mar-13 1:25 
QuestionMy co-worker came up with a regex that validate dates... and it even validates leap years! Pin
Sentenryu7-Jan-13 5:54
Sentenryu7-Jan-13 5:54 
AnswerRe: My co-worker came up with a regex that validate dates... and it even validates leap years! Pin
Thomas Daniels12-Jan-13 22:05
mentorThomas Daniels12-Jan-13 22:05 
GeneralRe: My co-worker came up with a regex that validate dates... and it even validates leap years! Pin
Sentenryu13-Jan-13 22:00
Sentenryu13-Jan-13 22:00 
GeneralRe: My co-worker came up with a regex that validate dates... and it even validates leap years! Pin
Thomas Daniels14-Jan-13 5:48
mentorThomas Daniels14-Jan-13 5:48 

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.