File: src/Calx/Utility/Regex.ts

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   src/Calx/Utility/Regex.ts   Download  
File: src/Calx/Utility/Regex.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 3 months ago
Size: 519 bytes
 

Contents

Class file image Download
export const Pattern = { remoteColRange : /\#[A-Za-z0-9_]+\s*!\s*[A-Za-z]+\s*:\s*[A-Za-z]+/g, remoteRowRange : /\#[A-Za-z0-9_]+\s*!\s*[0-9]+\s*:\s*[0-9]+/g, remoteCellRange : /\#[A-Za-z0-9_]+\s*!\s*[A-Za-z]+[0-9]+\s*:\s*[A-Za-z]+[0-9]+/g, remoteCell : /\#[A-Za-z0-9_]+\s*!\s*[A-Za-z]+[0-9]+/g, colRange : /[A-Za-z]+\s*:\s*[A-Za-z]+/g, rowRange : /[0-9]+\s*:\s*[0-9]+/g, cellRange : /[A-Za-z]+[0-9]+\s*:\s*[A-Za-z]+[0-9]+/g, cell : /[A-Z]+[0-9]+/g };