NSRegularExpression.GetReplacementString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("replacementStringForResult:inString:offset:template:")]
public virtual Foundation.NSString GetReplacementString (Foundation.NSTextCheckingResult result, Foundation.NSString str, nint offset, Foundation.NSString template);
abstract member GetReplacementString : Foundation.NSTextCheckingResult * Foundation.NSString * nint * Foundation.NSString -> Foundation.NSString
override this.GetReplacementString : Foundation.NSTextCheckingResult * Foundation.NSString * nint * Foundation.NSString -> Foundation.NSString
Parameters
- result
- NSTextCheckingResult
- str
- NSString
- offset
- System.System.IntPtr System.nativeint
- template
- NSString
Returns
- Attributes