c# Programming Glossary: expressions.info
Regex split string but keep separators http://stackoverflow.com/questions/2910536/regex-split-string-but-keep-separators behind. As a C# string literal this is @ See also regular expressions.info Lookarounds Related questions Java split is eating my characters...
is there a elegant way to parse a word and add spaces before capital letters http://stackoverflow.com/questions/3103730/is-there-a-elegant-way-to-parse-a-word-and-add-spaces-before-capital-letters does the regular expression # ^# # work References regular expressions.info Lookarounds Splitting the difference Here's where using assertions..
Why doesn't finite repetition in lookbehind work in some flavors?p http://stackoverflow.com/questions/3159524/why-doesnt-finite-repetition-in-lookbehind-work-in-some-flavorsp finite length only .NET no restriction References regular expressions.info Flavor comparison Python In Python where only fixed length lookbehind.. behind requires fixed width pattern References regular expressions.info Lookarounds Character classes Alternation Capturing groups Java..
translate Perl regex to .NET http://stackoverflow.com/questions/3417644/translate-perl-regex-to-net There is a big comparison table in http www.regular expressions.info refflavors.html . Most of the basic elements are the same the..
Differences between C# and JavaScript Regular Expressions? http://stackoverflow.com/questions/3982608/differences-between-c-sharp-and-javascript-regular-expressions website that could give an answer it would be www.regular expressions.info Javascript http www.regular expressions.info javascript.html.. www.regular expressions.info Javascript http www.regular expressions.info javascript.html C# http www.regular expressions.info dotnet.html..
Check for special characters (/*-+_@&$#%) in a string? http://stackoverflow.com/questions/4503542/check-for-special-characters-in-a-string Using regular expressions in .net http www.regular expressions.info dotnet.html MSDN Regular Expression Regex.IsMatch var regexItem..
Poor man's “lexer” for C# http://stackoverflow.com/questions/673113/poor-mans-lexer-for-c-sharp @ ' 1 . 1 QUOTED STRING Thanks to http www.regular expressions.info floatingpoint.html new TokenDefinition @ d . d eE d FLOAT new..
|