Capture conversion to Lower & Upper Case Regex not supported?

9 views
Skip to first unread message

Peter Boling

unread,
Mar 31, 2024, 9:16:30 AMMar 31
to TextSoap
Are these supported?

\u\l\U\L and \E


Mark Munz

unread,
Apr 2, 2024, 3:51:04 PMApr 2
to text...@googlegroups.com
TextSoap 9 has Regex replacement case conversion inspired by PCRE.

$u - upper next character
$l - lower next character (lowercase-L)
$U - uppercase
$L - lowercase
$E - normal

You can use $u and $l to capitalize a word, or lowercase the initial letter of a match like $u$1 to capitalize the $1 capture.

--
You received this message because you are subscribed to the Google Groups "TextSoap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to textsoap+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/textsoap/3da05bbd-9de6-4890-bb6c-d29e2e01ac09n%40googlegroups.com.


--
Mark Munz
unmarked software
https://textsoap.com/

Reply all
Reply to author
Forward
0 new messages