Anabranch.Neo4JConsolePackage.AutoCompleteBehavior.CypherEvaluator.WasLastSignificantCharANodeLabel C# (CSharp) Method

WasLastSignificantCharANodeLabel() public static method

public static WasLastSignificantCharANodeLabel ( string cypher ) : bool
cypher string
return bool
        public static bool WasLastSignificantCharANodeLabel(string cypher)
        {
            return WasLastSignificantCharASomethingLabel(cypher, '(', IsInNodeIdentifier);
        }