Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Capturing a strings value in a regular expressions

Options
  • 13-11-2015 9:45am
    #1
    Registered Users Posts: 262 ✭✭


    Im analysing some output from a command in python

    The output as follows

    5 instance(s) updated

    I want to extract the number before the rest of the string for later calculations and assign to a variable amount_of_instances but i don't know how to

    Current code

    commands[config.get_prop("app_get_all_attribute_values_for_mo").format(managed_object="Object1", attribute="Object2", value=Object3)] = {'contains': [" instance(s)"], 'cache_response': [{"amount_of_instances": r"\d+ instance(s)"}]}


Comments

Advertisement