I am writing a project in CI, and I have a winamp plugin that passes CI values โโthrough a URL (e.g. http: // localhost / class / method / value1 / value2 / value3 / ...) I have to pass 7 values, but the latter three of them will sometimes be empty (for example, http: // localhost / class / method / value1 / value2 / value3 / value4 /// value7 ), but in this case value 7 in CI is assigned as value5, and thatโs not what I want.
My question is: Is there a solution without adding an extra character to the winamp plugin, for example x: value7, and then removing x: and get only the value itself.
, , 0 , :
localhost/class/method/value1/value2/empty/value4/empty/value6/value7
, ""
Source: https://habr.com/ru/post/1793436/More articles:Problem with ENUM in eclipse - javaCreating components from templates (Template or XTemplate) - extjsIPhone Parsing Data - objective-cThe documentation generator for python3 - python-3.xWhat elements are allowed to be embedded inside the element for html5? - html5Netfilter and Scapy - pythonMore questions on RESTful URI - restVisual Studio 2008 Form Designer mixes boolean values โโ- c #Is a simple order to execute an raw copy of a break strict aliasing variable? - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1793441/cant-a-wayland-compositor-do-the-window-decorations-like-on-x&usg=ALkJrhh9-slnExUi8iSKA7vhQOtEfj4oawAll Articles