Community
    • Login

    Function list for Caml

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    function list
    24 Posts 5 Posters 10.0k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MAPJe71M Offline
      MAPJe71
      last edited by

      Have a good look at how you parse for (optional) function parameters e.g. are the parentheses optional or mandatory?

      1 Reply Last reply Reply Quote 0
      • MAPJe71M Offline
        MAPJe71
        last edited by

        Furthermore, I presume

        ([a-z_]\w*(\s+[a-z_]\w*)*\s+)|(\(\s*\)\s+)
        

        is intended as

        ([a-z_]\w*(\s+[a-z_]\w*)*\s+|\(\s*\)\s+)
        
        1 Reply Last reply Reply Quote 0
        • Tom SauryT Offline
          Tom Saury
          last edited by

          Indeed, the whitespace at the end was a problem so I replaced \s+in\s with \sin$
          Still the problem with “for”. I noticed that it happend only with functions which has no parameters, but why…

          1 Reply Last reply Reply Quote 0
          • MAPJe71M Offline
            MAPJe71
            last edited by

            Did also remove the superfluous parentheses?

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors