Regular Expressions 101

Community Patterns

vozuskia (cs/sk)

1

Regular Expression
Java 8

"
(?<=(^|\p{Zs}|\b)[vozuskia])(?!\u00A0)\p{Zs}
"
gm

Description

Addes a non-breaking space after any of the letters included in the [vozuskia] class.

Submitted by Manuel Souto Pico - 6 days ago