search results

  1. How do I replace a letter and a digit inside a square bracket with just the same digit and the letter outside the bracket in sed?
    stackoverflow.com/questions/15282733/​how-do-i-replace-a... - Cached
  2. How do I replace a letter and a digit inside a square bracket with just the same digit and the letter outside the bracket in sed? 0.
    stackoverflow.com/...to-replace-paired-​square-brackets...sed - Cached
  3. The only character that is \'special\' is the left square b racket or ... keywords we just put them inside ... [letter (letter or digit) letter]-- same as ...
    www.datamystic.com/textpipe/htmlhelp/​general%20usage/... - Cached
  4. ... matches a hexadecimal digit or the letter X. ... the opening square bracket will negate the ... can be used both inside and outside the square ...
    www.regular-expressions.info/​charclass.html - Cached
  5. This use of backslash as an escape character applies both inside and outside ... An opening square bracket introduces a ... matches any letter or digit ...
    developer.gnome.org/glib/2.33/glib-​regex-syntax.html - Cached
  6. ... and [0-9] will match any digit ... All three of these constructs must appear inside the square brackets of a bracket ... but does not match just the letter c ...
    docstore.mik.ua/orelly/unix2.1/vi/ch06_​03.htm - Cached
  7. Special characters within alternative match square brackets do not have the same ... digit, as long as it is outside the square ... just type a space in the Replace ...
    wiki.openoffice.org/wiki/Documentation/​How_Tos/Regular... - Cached
  8. \\d # Any digit. The same as [0-9] \\D ... [ # An op en square bracket \\) ... Just like the sed and tr utilities in Unix, ...
    www.onaxer.com/2010/02/15/how-write-​regular-expression - Cached
  9. ... at\" as a search text does not stand for the eight characters left bracket, b ... the same search and replace because ... that is not a letter, a digit or ...
    sunsite.uakom.sk/sunworldonline/swol-11-​1997/swol-11... - Cached
  10. \\d # Any digit. The same as [0-9] \\D ... [ # An open square bracket \\) ... Just like the sed and tr utilities in Unix, ...
    www.onaxer.com/category/regular-​expression - Cached