
Registered since September 28th, 2017
Has a total of 4281 bookmarks.
Showing top Tags within 2 bookmarks
howto information development guide reference administration design website software solution service online product business uk tool company linux code server system application web list video marine create data experience tutorial description explanation learn technology build article blog world boat project download windows lookup security free performance javascript technical london control network beautiful tools support course file research purchase image library programming youtube example php construction opensource install community html quality profile computer feature power browser music platform mobile process work manage professional user share database hardware buy industry internet dance advice developer installation camera search 3d access customer material travel money test standard develop css review documentation engineering photography engine webdesign digital device speed api source event question management program client phone discussion story simple content water marketing app yacht account setup idea interface package fast communication cheap compare script market study easy live google resource operation demonstration startup monitor
Tag selected: pcre.
Looking up pcre tag. Showing 2 results. Clear
Saved by uncleflo on December 27th, 2017.
Each unicode character is assigned a category. This is the complete list of categories.
lookup reference development unicode category codepoint code character format letter mark number universal howto pcre regex regular expression information
Saved by uncleflo on December 27th, 2017.
In addition to complications, Unicode also brings new possibilities. One is that each Unicode character belongs to a certain category. You can match a single character belonging to the "letter" category with \p{L}. You can match a single character not belonging to that category with \P{L}. Again, "character" really means "Unicode code point". \p{L} matches a single code point in the category "letter". If your input string is à encoded as U+0061 U+0300, it matches a without the accent. If the input is à encoded as U+00E0, it matches à with the accent. The reason is that both the code points U+0061 (a) and U+00E0 (à) are in the category "letter", while U+0300 is in the category "mark".
regular expression unicode category development codepoint information reference howto guide lookup pcre grep php learn explanation introduction grapheme
No further bookmarks found.