• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24391
  • Open Date : 2016/06/13 14:16
  • Print

[DataSpider Servista] Is there any method for distinguishing whether normal-width character is included in input data?

Is there any method for distinguishing whether normal-width character is included in input data?
 
Category : 

Answer

Specify as given below in the logic icon [Condition] - [String] - [Match to Regular Expression] of [Mapping] and [Variable Substitution].
 
.*[[0-9][a-z][A-Z][ア-ン]]+.*
 
Returns [true] when normal-width character is included and [false] when it is not.