Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
.NET 7.0 (C#)

@"
(\w|!|#|\$|%|&|/|\\|\(|\)|=|_|-|\+|\*|,|\.|(?<=\\)"")+|(?<!\\)""(\w|!|#|\$|%|&|/|\\|\(|\)|=|_|-|\+|\*|,|\.|(?<=\\)""|\s)+(?<!\\)""
"
ig

Description

please "\"say 1234" thank you

  • please
  • "\"say 1234"
  • thank
  • you
Submitted by Herra B - 2 months ago