RGex Builder Platform - v1.2.0
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
Preparing search index...
RGex
TextExtractionResult
Interface TextExtractionResult
interface
TextExtractionResult
{
success
:
boolean
;
pattern
?:
RegExp
;
description
?:
string
;
confidence
:
number
;
suggestions
?:
string
[]
;
error
?:
string
;
}
Index
Properties
success
pattern?
description?
confidence
suggestions?
error?
Properties
success
success
:
boolean
Optional
pattern
pattern
?:
RegExp
Optional
description
description
?:
string
confidence
confidence
:
number
Optional
suggestions
suggestions
?:
string
[]
Optional
error
error
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
success
pattern
description
confidence
suggestions
error
🏠 Home
📚 GitHub
🐛 Report Issues
📦 NPM
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
RGex Builder Platform - v1.2.0
Loading...