Title |
Test
Find
Split by period/full-stop outside of quotes
|
Expression |
\.(?=([^"]*"[^"]*")*(?![^"]*")) |
Description |
This is intended to split a string by full stop except when inside a pair of quotes. |
Matches |
This.Will.Split.Only("Outside.These.Quotes").For.Example |
Non-Matches |
This.Only.Works.With('Double.Quotes') |
Author |
Rating:
Not yet rated.
Tom Brewer
|
Source |
|
Your Rating |
|