Search found 4 matches

by mwaychoff
25 Jul 2019 15:22
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 1925725

Re: JREPL.BAT v8.3 - regex text processor with support for text highlighting and alternate character sets

I have few thousand files from MediaWiki that are a part of a translation I am working on to pmWiki. Many of these files have underscores in filename...but links in MediaWiki have spaces as follows... Filenames have underscores: ACI_318_08.pdf MediaWiki links have spaces: [[Media:ACI 318 08.pdf|ACI ...
by mwaychoff
23 Jul 2019 12:10
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 1925725

Re: JREPL.BAT v8.3 - regex text processor with support for text highlighting and alternate character sets

Thanks for continued support. How can I handle percent(%) character? following does not seem to work as expected...

::SyntaxDescr MediaWiki pmWiki
::NumberAlpha ## "## %alpha%"
call jrepl_v8_3.bat "##" "## %alpha%" /f C:\Temp\jrepl\output.rtf /o - /l
by mwaychoff
23 Jul 2019 09:44
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 1925725

Re: JREPL.BAT v8.3 - regex text processor with support for text highlighting and alternate character sets

OK I follow & this works fine. Thanks for being patient with me. How do I deal with quote mark replacement? ::SYNTAX EXAMPLES MEDIAWIKI PMWIK ::Notice Format <p class="Notice">Notice</p> || border=0 align=center bgcolor=pink width=100% \\ || || call jrepl_v8_3.bat "<p class="Notice">" "|| border=0 a...
by mwaychoff
18 Jul 2019 11:13
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 1925725

Re: JREPL.BAT v8.3 - regex text processor with support for text highlighting and alternate character sets

I am writing MediaWiki to PMwiki converter and am finding JREPL extremely useful. I have found two syntax that v8.3 does not handle correctly. Any suggestions would be greatly appreciated. ::SYNTAX EXAMPLES MEDIAWIKI PMWIK ::Images [[Image:wiki.jpg]] Attach:foo.jpg jrepl_v8_3.bat "[[Image:" "Attach:...