Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.01k stars 201 forks source link

How to use Regex Replace to break line? #1103

Closed howcare1 closed 1 year ago

howcare1 commented 1 year ago

I tried using the command |REGEX|。|BECOMES|。\n|MODIFIER|g|END| to break line after "。" but here is the result! Capture I also tried : /\r?\n|\r/ ,%\n ,$\n ,(?=[^\n]) and other commands I found on stackoverflow, but none of them work. please teach me.