it:ad:editpad_pro:home

IT:AD:EditPad Pro

Summary

Not free – about 50.00 – but for Regex alone, it's well worth it.

Search and Replace Wiki Escape character:

Search:
([^/])

Replace
$1

IT

Search for Wiki Urls that start with '[^]+)}

Replace:
[\1](https://bitbucket.org/skysigal/notes.it/wiki/\1)

Search for ':' and ' ' in the wiki urls and replace with a '_“:

Search: 
((?:\(https://bitbucket.org/skysigal/notes.it/wiki/|\G)\w+)[: ]

Replace:
$1_

Datacom

Search for Wiki Urls that start with '[^]+)}

Replace:
[\1](https://bitbucket.org/skysigal/notes.orgs.datacom/wiki/\1)

Xero

Search for Wiki Urls that start with 'X/Orgs/Xero', and replace with hard links/ Search/ \{(X/Orgs/Xero/[^]+)}

Replace:
[\1](https://bitbucket.org/skysigal/Notes.Orgs.Xero/wiki/\1)

SSSS

Search for Wiki Urls that start with '[^]+)}

Replace:
[\1](https://bitbucket.org/skysigal/Notes.Orgs.SSSS/wiki/\1)

XAct

Search for Wiki Urls that start with '[^]+)}

Replace:
[\1](https://bitbucket.org/skysigal/notes.orgs.xact/wiki/\1)

XAct

Search for Wiki Urls that start with '{X:', and replace with hard links:

Search:
\{(X:[^}]+)\}

Replace:
[\1](https://bitbucket.org/skysigal/notes.ss/wiki/\1)

Search for ':' and ' ' in the wiki urls and replace with a '_”:

Search: 
((?:\(https://bitbucket.org/skysigal\/[^\/]+/wiki/|\G)\w+)[: ]

Replace:
$1_
  • /home/skysigal/public_html/data/pages/it/ad/editpad_pro/home.txt
  • Last modified: 2023/11/04 03:23
  • by 127.0.0.1