I like to work with expressions like this:
<ERROR UseREOnlyToFind="True" Find="\b[Ss](r|ra|rta)\b\.?" ReplaceBy="S$1."> <ERROR UseREOnlyToFind="True" Find="(\b\d{1,2})(|')(\d{2})\s(h)(\W|$)" ReplaceBy="$1:$3 $4$5"> <ERROR UseREOnlyToFind="True" Find="(\b[Cc]erca|\b[Ee]ncima|\b[Dd]ebajo|\b[Dd]etrás|\b[Dd]elante)(\s)tuyo" ReplaceBy="$1 de ti">
For example this expression:
<ERROR UseREOnlyToFind="True" Find="([\wá-ú])\s((¿|¡)[A-ZÁ-Ú])" ReplaceBy="$1. $2">
I need to edit it to work:
<ERROR UseREOnlyToFind="True" Find="[\wá-ú]( )[¿¡][A-ZÁ-Ú]" ReplaceBy=". ">
Some I need to split it in 5 o more
Who can I use groups for sustitution?
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
This is and example of my OCR file working properly.
Here you can see it online: http://pastebin.com/gDXehtAc
Here the language file for spanish users: http://pastebin.com/CiFnwW2X
I like to work with expressions like this:
For example this expression:
I need to edit it to work:
Some I need to split it in 5 o more
Who can I use groups for sustitution?
Last edit: Pakito 2014-05-18
This is and example of my OCR file working properly.
Here you can see it online: http://pastebin.com/gDXehtAc
Here the language file for spanish users: http://pastebin.com/CiFnwW2X
Last edit: Pakito 2014-05-18