AnnotationRedaction

AnnotationRedaction(string, string)

एनोटेशन रिडक्शन क्लास का एक नया उदाहरण शुरू करता है।

public AnnotationRedaction(string pattern, string replacement)
पैरामीटर प्रकार विवरण
pattern String मिलान करने के लिए नियमित अभिव्यक्ति
replacement String मेल खाने वाले पाठ के लिए शाब्दिक प्रतिस्थापन

यह सभी देखें


AnnotationRedaction(Regex, string)

एनोटेशन रिडक्शन क्लास का एक नया उदाहरण शुरू करता है।

public AnnotationRedaction(Regex regex, string replacement)
पैरामीटर प्रकार विवरण
regex Regex मिलान करने के लिए नियमित अभिव्यक्ति
replacement String मेल खाने वाले पाठ के लिए शाब्दिक प्रतिस्थापन

यह सभी देखें