Reply to post

Help using regex to remove text

Author
DireSaint01
User
  • Total Posts : 0
  • Reward points: 0
  • Joined: 2018/06/24 11:25:39
  • Status: offline
2021/10/15 09:08:58 (permalink)

Help using regex to remove text

I've tried multiple times and ways to remove this...

s://t <<

But it seems to ignore it an read it out as...

s t less than less than

Without fail, any help would be greatly appreciated.

1 Reply Related Threads

    Admin
    Administrator
    • Total Posts : 275
    • Reward points: 0
    • Joined: 2010/11/22 00:00:00
    • Location: USA
    • Status: offline
    Re: Help using regex to remove text 2021/10/15 11:38:52 (permalink)
    Some characters are not represented literarily in HTML text, have to be replaced with special encoding. For example < must be represented by &lt;
     
    Double-tap a sentence on @Voice main screen which contains the text you want to replace. Then go to Settings - Edit speech - add a new replacement and look at the sample text below the "TEST:" button. Instead of:
     
    s://t <<
     
    you will see:
     
    s://t &lt;&lt;
     
    and so on.
    Jump to:
    © 2024 APG vNext Commercial Version 5.1