DistributedFactorGraphs.jl icon indicating copy to clipboard operation
DistributedFactorGraphs.jl copied to clipboard

enhance and test getVariableLabelNumber

Open dehann opened this issue 5 years ago • 2 comments

see function introduced in #486

dehann avatar May 30 '20 05:05 dehann

perhaps using regex, I prevoiusly used:

julia> match(r"\d+", "x14")
RegexMatch("14")
julia> match(r"\d+", "lm14")
RegexMatch("14")

Affie avatar Oct 06 '20 15:10 Affie