Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-09-12 15:35
Flavor·Java

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

Description

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

Submitted by Manuel Souto Pico