Match a Single Character ( . ) (?)

team bbl


You can match any single character with a dot (.). A dot means there must be a character in the string.

You can make a single character optional by placing a question mark (?) after it.

Regular Expression

Match

Not a Match

.t

at, xt

ax, xx

m.x

mix

mx, miix

mi?x

mix, mx

miix

m.?x

mix, max, mx

miix, maax


    team bbl



    Spring Into Linux
    Spring Into Linux
    ISBN: 0131853546
    EAN: 2147483647
    Year: 2005
    Pages: 362
    Authors: Janet Valade

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net