Single Character EssentialReplace

xiaoxiao2021-03-06  49

Memory_field = Replace (Memory_Field, Chr (13), "
", 1) 'Enter

Corresponding C # memory_field = memory_field.replace ("/ n", "
");

C # escons

NET Framework General Reference

Single character escape

See

XML architecture regular expression | XML architecture regular expressions Reference Chart | Data Types

Identification only contains a collection of characters, which is usually because the character is difficult or impossible to write directly to the regular expression.

grammar

SingleCharesc :: = '/' [nrt / |.? * () {} # X2dx5b # x5d # x5e]

The following table illustrates a valid single character escape character and its description.

Effective single character escape character set C (r) / n wrap (#xa). / r Enter (#xd). / t tester (# x9). //// | | /../--/ ^/?/**/ / {}/( (/) )/{ / }/[//]]

转载请注明原文地址:https://www.9cbs.com/read-81199.html

New Post(0)