BlueTrain

Results 130 comments of BlueTrain

Preserving multiple lines is complicated. Is a single line result OK? Like this 張世平【チョウセイヘイ】「にんげん?食い止めるんだ!」

In the regex file you have to put the carriage return as written here, between $3 and $1 ``` |REGEX|(([^」]|\n)+」)((.|\n)+)|BECOMES|$3 $1|MODIFIER||END| ```

I don't know, but surely in the return you must also add group1 in addition to group3 If you want to keep the carriage return 'maybe' like this `return group3+'\n'+group1;`

No, this ``` ---start here |REGEX|(([^」]|\n)+」)((.|\n)+)|BECOMES|$3 $1|MODIFIER||END| ---end here ```

maybe like this `s.replace(/(([^」]|\n)+」)((.|\n)+)/g, '$3\n$1');`

Implemented recognition for https://vndb.org/v45381 vn. Give me feedback if it works for the others too. https://github.com/Artikash/Textractor/issues/868#issuecomment-1249146885

> Me too! Does you know any fix or work around ? :3 https://github.com/Artikash/Textractor/issues/868#issuecomment-1439128738

\>**chcp 932** Active code page: 932 \>**TextractorCLI.exe** Usage: {'attach'|'detach'|hookcode} -Pprocessid **attach -P12092** [0:0:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:Console:HB0@0] vnreng: INSERT YU-RIS 2[0:0:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:Console:HB0@0] Textractor: inserting hook: YU-RIS2 [0:0:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:Console:HB0@0] vnreng: INSERT YU-RIS 3 [0:0:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:FFFFFFFFFFFFFFFF:Console:HB0@0] Textractor: inserting hook:...

Update texthook.dll to the latest version https://github.com/Artikash/Textractor/issues/868#issuecomment-1249146885